Package com.cisco.pt.ipc.system.impl
Class StringPoolImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.system.impl.PoolImpl
com.cisco.pt.ipc.system.impl.StringPoolImpl
- All Implemented Interfaces:
IPCObject,Pool,StringPool
Information provided by the PKI file:
\class StringPool
\brief StringPool handles and manipulates string variable pools for activities.
\example appWindow().getActiveFile().getVariableManager().getStringPoolAt(0)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionStringPoolImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Methods inherited from class com.cisco.pt.ipc.system.impl.PoolImpl
getElementToString, isInPool, nameMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.system.Pool
getElementToString, isInPool, name
-
Constructor Details
-
StringPoolImpl
public StringPoolImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
valuesToString
Information provided by the PKI file:
\brief Returns all the strings in this pool seperated by a semicolon (no space). \return QString, all the strings in this pool seperated by a semicolon (no space).- Specified by:
valuesToStringin interfaceStringPool- Returns:
- String Returns a String
-